NullableType
import { NullableType } from "@hyper-fetch/core"
Description
Defined in types/helpers.types.ts:3
Preview
type NullableType<T> = T | NegativeTypes;
Structure
T | \null\ | \undefined\
import { NullableType } from "@hyper-fetch/core"
Defined in types/helpers.types.ts:3
type NullableType<T> = T | NegativeTypes;
T | \null\ | \undefined\